push down - перевод на русский
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

push down - перевод на русский

ABSTRACT DATA TYPE
Stack (computer science); Stack (programming); Stack underflow; Push/pop; Bounded stack; LIFO (computing); Push and pop; Pushing and popping; Pushdown; Stack data structure; Pop (computer programming); Push (computer programming); Stack Depth Distribution; Stack organization; Stack depth distribution; Stack (data structure); Stack (C++); Last-come, first served; Stack pop; Stack push; Hardware stack; Stack (data type); Internal stack; Internal call stack; Hardware stacks; Nesting store; Push-down store; Recursive stack; Hardware push down; Link nest store; Nested store; Nest store; Push down; LIFO queue; Std::stack
  • Simple representation of a stack runtime with ''push'' and ''pop'' operations.
  • datum]] on the stack. A push operation decrements the pointer and copies the data to the stack; a pop operation copies data from the stack and then increments the pointer. Each procedure called in the program stores procedure return information (in yellow) and local data (in other colors) by pushing them onto the stack. This type of stack implementation is extremely common, but it is vulnerable to [[buffer overflow]] attacks (see the text).
  • Similar to a stack of plates, adding or removing is only possible at the top.

push down         

общая лексика

нажимать, надавливать

push down         
push down нажимать, надавливать; The grass had been pushed down in places where people had been lying.
push         
WIKIMEDIA DISAMBIGUATION PAGE
Pushed; Pushing; PUSH; Push (album); Push (movie); Push (comics); Push (film); Push comics; Push comic; Push comic book; Push (song); Push(Song); Push (disambiguation); Push (TV series)
push 1. v. 1) толкать; пихать; I felt something hard, like a gun, pushing against my side. He pushed the letter at me so that I could read the signature. 2) нажимать 3) продвигать(ся); проталкивать(ся); выдвигать(ся); to push one's way - протискиваться; прокладывать себе путь; to push one's claims - выставлять свои притязания; to push one's fortune - всячески улучшать свое благосостояние; to push oneself - стараться выдвинуться 4) рекламировать; to push one's wares - рекламировать свои товары 5) to be pushed for time (money) - иметь мало времени (денег) 6) притеснять; торопить (должника и т. п.) - push about - push around - push ahead - push along - push aside - push away - push back - push down - push for - push forward - push in - push into - push off - push on - push out - push over - push through - push up - push upon Syn: see propel 2. noun 1) толчок; удар 2) давление, нажим; напор; натиск; напряжение 3) усилие, энергичная попытка; to make a push - приложить большое усилие 4) mil. атака 5) поддержка; протекция 6) критическое положение; решающий момент 7) coll. увольнение; to give the push - увольнять; to get the push - быть уволенным 8) sl. шайка, банда (воров, хулиганов) 9) tech. нажимная кнопка

Определение

push down
v. (D; intr.) to push down on (to push down on a lid)

Википедия

Stack (abstract data type)

In computer science, a stack is an abstract data type that serves as a collection of elements, with two main operations:

  • Push, which adds an element to the collection, and
  • Pop, which removes the most recently added element that was not yet removed.

Additionally, a peek operation can, without modifying the stack, return the value of the last element added. Calling this structure a stack is by analogy to a set of physical items stacked one atop another, such as a stack of plates.

The order in which an element added to or removed from a stack is described as last in, first out, referred to by the acronym LIFO. As with a stack of physical objects, this structure makes it easy to take an item off the top of the stack, but accessing a datum deeper in the stack may require taking off multiple other items first.

Considered as a linear data structure, or more abstractly a sequential collection, the push and pop operations occur only at one end of the structure, referred to as the top of the stack. This data structure makes it possible to implement a stack as a singly linked list and as a pointer to the top element. A stack may be implemented to have a bounded capacity. If the stack is full and does not contain enough space to accept another element, the stack is in a state of stack overflow.

A stack is needed to implement depth-first search.

Примеры употребления для push down
1. The persistent fighting has helped to push down President George W.
2. Fears about the implications of the Murakami affair helped to push down many domestic stocks.
3. Evidence suggests that migrants are beginning to push down wages at the lower end of the income scale, he said.
4. "I could feel the surgeon leaning over me and push down on my body before pulling up.
5. They also said they could try to push down other long–term rates by buying long–term Treasury securities.
Как переводится push down на Русский язык